🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / feature / messaging / src / commonMain / kotlin / org / meshtastic / feature / messaging / component / MessageActionsPreviews.kt
Displaying Raw • Download
feature/messaging/src/commonMain/kotlin/org/meshtastic/feature/messaging/component/MessageActionsPreviews.kt bd2863243bab6eb213401d949839a2bc74dde7e2 (bd286324) Text, 1.98 KB
T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.messaging.component
Tff7b72import T7ee787androidx.compose.foundation.background
Tff7b72import T7ee787androidx.compose.foundation.layout.Column
Tff7b72import T7ee787androidx.compose.material3.MaterialTheme
Tff7b72import T7ee787androidx.compose.runtime.Composable
Tff7b72import T7ee787androidx.compose.ui.Modifier
Tff7b72import T7ee787androidx.compose.ui.tooling.preview.PreviewLightDark
Tff7b72import T7ee787org.meshtastic.core.model.MessageStatus
Tff7b72import T7ee787org.meshtastic.core.ui.theme.AppTheme
Tf0883e@SuppressTb4b4b4(Ta5d6ff"Ta5d6ffPreviewPublicTa5d6ff"Tb4b4b4)
Tf0883e@PreviewLightDark
Tf0883e@Composable
Tff7b72fun Td2a8ffMessageActionsContentPreviewTb4b4b4(Tb4b4b4) Tb4b4b4{
Te6edf3AppTheme Tb4b4b4{
Te6edf3ColumnTb4b4b4(Te6edf3modifier Tff7b72= Te6edf3ModifierTb4b4b4.Te6edf3backgroundTb4b4b4(Te6edf3MaterialThemeTb4b4b4.Te6edf3colorSchemeTb4b4b4.Te6edf3surfaceTb4b4b4)Tb4b4b4) Tb4b4b4{
Te6edf3MessageActionsContentTb4b4b4(
T8b949e// Text placeholders, not emoji: emoji glyphs are not host-deterministic, so the
T8b949e// golden guards the row layout (44dp targets, scrolling) rather than emoji pixels.
Te6edf3quickEmojis Tff7b72= Te6edf3listOfTb4b4b4(Ta5d6ff"Ta5d6ff+1Ta5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ff-1Ta5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ffhaTa5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ff!!Ta5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ff<3Ta5d6ff"Tb4b4b4, Ta5d6ff"Ta5d6ff??Ta5d6ff"Tb4b4b4)Tb4b4b4,
Te6edf3onReply Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3onReact Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3onMoreReactions Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3onCopy Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3onSelect Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3onDelete Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3onStatus Tff7b72= Tb4b4b4{Tb4b4b4}Tb4b4b4,
Te6edf3status Tff7b72= Te6edf3MessageStatusTb4b4b4.Te6edf3DELIVEREDTb4b4b4,
Te6edf3timestamp Tff7b72= Ta5d6ff"Ta5d6ffAug 11, 2026 10:15 AMTa5d6ff"Tb4b4b4,
Tb4b4b4)
Tb4b4b4}
Tb4b4b4}
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.06s